home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / autoit / autoit-v3.2.0.1-setup.exe / Examples / Helpfile / comments-start.au3 < prev    next >
Text File  |  2006-06-17  |  183b  |  8 lines

  1. #comments-start
  2. MsgBox(4096, "", "This won't be executed")
  3. MsgBox(4096, "", "Or this")
  4. #comments-end
  5.  
  6. ;;; #cs
  7. MsgBox(4096, "", "This will print if '#cs' is commented out.")
  8. #ce